'Declaration Public Overloads Shared Sub PointsFromPageSpaceToVisualToolSpace( _
ByVal viewerWPF image viewer.As Vintasoft.Imaging.Wpf.UI.WpfImageViewer, _
ByVal imageAn image associated with PDF page.As Vintasoft.Imaging.VintasoftImage, _
ByVal pointsProvides points, in the PDF page coordinate space, to convert; returns the converted points, in the visual tool coordinate space.() As System.Windows.Point _
)
public static void PointsFromPageSpaceToVisualToolSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer viewer,
Vintasoft.Imaging.VintasoftImage image,
System.Windows.Point[] points
)
public: static void PointsFromPageSpaceToVisualToolSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer* viewer,
Vintasoft.Imaging.VintasoftImage* image,
System.Windows.Point[]* points
)
public:
static void PointsFromPageSpaceToVisualToolSpace(
Vintasoft.Imaging.Wpf.UI.WpfImageViewer^ viewer,
Vintasoft.Imaging.VintasoftImage^ image,
array<System.Windows.Point>^ points
)
Parameters
- viewer
- WPF image viewer.
- image
- An image associated with PDF page.
- points
- Provides points, in the PDF page coordinate space, to convert; returns the converted points, in the visual tool coordinate space.